home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / primgad / p3posimp.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  499 b   |  27 lines

  1.  
  2. // JavaScript wrapper for p3posimp.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_POSTIMAGEPRIMGADGET_H = 1;
  7. include("real/primgad/p3level.js")
  8.  
  9.  
  10. var R3CLID_POSTIMAGEPRIMGADGET = 1434;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. function r3Postimageprimgadget () { 
  18.    this.base = r3God;
  19.    if(arguments.length) {
  20.       this.base(R3CLID_POSTIMAGEPRIMGADGET, arguments);
  21.    }
  22.    // Methods
  23.  
  24. }
  25.  
  26. r3Postimageprimgadget.prototype=new r3Levelgadget;
  27. // p3posimp.h_H